home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / grep.fpl.readme < prev    next >
Text File  |  1996-09-09  |  1KB  |  36 lines

  1. ############################################
  2. File: Grep.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: runs 'grep' with requested input / or find the line.
  6. Version: 1.2
  7. Date: 9.9.96
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: key
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.  
  17.   First time you execute this function, it will ask for the input that shall be
  18. sent to the external function 'grep'.  The output is redirected to 'T:Grep.Tmp'
  19. and loaded in a new buffer.
  20.  
  21.   When you execute the function again, standing in the output buffer, the function
  22. will examine the grep output in the buffer and find the line you want to examine.
  23. If the line is in an existing buffer, that buffer is activated.  If not, the file
  24. is loaded.
  25.  
  26.  
  27. NOTE:
  28.  
  29.   This function is used from 'ExamineLine()' in 'ExamineLine.FPL', which is assigned
  30. to 'Amiga p' as default.
  31.  
  32. HISTORY (ver)
  33.   17.06.95 (1.0) Functional script.
  34.   16.02.95 (1.1) History added and routine is made as a function.
  35.   09.09.96 (1.2) Changes the directory to the current buffer's directory.
  36.